Skip to content

Add Daytona devcontainer#270

Open
skrtdev wants to merge 1 commit into
Doriandarko:mainfrom
skrtdev:skrtdev/daytona-devcontainer-a11y-guide
Open

Add Daytona devcontainer#270
skrtdev wants to merge 1 commit into
Doriandarko:mainfrom
skrtdev:skrtdev/daytona-devcontainer-a11y-guide

Conversation

@skrtdev

@skrtdev skrtdev commented Jun 4, 2026

Copy link
Copy Markdown

Adds a secret-free Dev Container definition for running Claude Engineer in a reproducible Daytona-compatible Python workspace.\n\nDetails:\n- Uses the Python 3.11 devcontainer image\n- Installs the existing requirements.txt dependencies on create\n- Passes ANTHROPIC_API_KEY and optional E2B_API_KEY from the local environment without committing secrets\n- Forwards port 5000 for the Flask web UI\n- Adds Python/Pylance editor defaults\n\nValidation:\n- python3 -m json.tool .devcontainer/devcontainer.json\n- python3 -m compileall app.py ce3.py config.py tools prompts\n- git diff --check

Copilot AI review requested due to automatic review settings June 4, 2026 10:28

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds a Dev Container configuration to standardize the local dev environment for this repo (Python 3.11, dependencies installed on create, and port forwarding for a web UI).

Changes:

  • Introduces .devcontainer/devcontainer.json using the official Python devcontainer image.
  • Installs Python dependencies via postCreateCommand and forwards port 5000.
  • Configures VS Code Python extensions and exposes API keys into the container environment.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

{
"name": "Claude Engineer",
"image": "mcr.microsoft.com/devcontainers/python:3.11",
"workspaceFolder": "/workspaces/claude-engineer",
Comment on lines +5 to +8
"remoteEnv": {
"ANTHROPIC_API_KEY": "${localEnv:ANTHROPIC_API_KEY}",
"E2B_API_KEY": "${localEnv:E2B_API_KEY}"
},
@@ -0,0 +1,31 @@
{
"name": "Claude Engineer",
"image": "mcr.microsoft.com/devcontainers/python:3.11",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants